home *** CD-ROM | disk | FTP | other *** search
/ Emuladores 7 / EMULADORES_7.iso / interface / md.000 / scripts / DefineButton2_181 / BUTTONCONDACTION on(release).as next >
Text File  |  2004-08-28  |  147b  |  6 lines

  1. on(release){
  2.    getUrl("FSCommand:Browser.SetURL", "javascript:void(doQuit())");
  3.    fscommand("Browser.Close");
  4.    fscommand("Media.Stop");
  5. }
  6.